Open
Conversation
Contributor
Author
|
63d00c0 to
a9574a2
Compare
a9574a2 to
44da386
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.73.1→v1.74.0v1.96.4→v1.97.1d62b90e→e7be49av0.22.0→v0.23.0v7.21.0→v7.23.0v4.27.0→v4.28.0v3.225.1→v3.226.0v0.5.1→v0.6.0v1.53.0→v1.54.0v1.53.0→v1.54.0v1.9.0→v1.10.0v0.48.0→v0.49.03dfff04→7ab14463dfff04→7ab1446v0.33.0→v0.34.0v0.33.0→v0.34.0v0.51.0→v0.52.0v0.40.0→v0.41.0v0.34.0→v0.35.0v0.42.0→v0.43.0a57be14→0b37fe3a57be14→0b37fe35b3e3fd→43fb72c3.225.1→3.226.0v7.21.0→v7.23.0v9.9.0→v9.10.071101fd→3cdf0d1cecb1cd→6ed9f6fRelease Notes
aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2/service/ecs)
v1.74.0General Highlights
Module Highlights
github.com/aws/aws-sdk-go-v2/service/bedrockagentruntime: v1.33.0github.com/aws/aws-sdk-go-v2/service/glue: v1.105.4github.com/aws/aws-sdk-go-v2/service/medialive: v1.66.0github.com/aws/aws-sdk-go-v2/service/s3: v1.74.0github.com/aws/aws-sdk-go-v2/service/workspacesthinclient: v1.11.2pulumi/esc (github.com/pulumi/esc)
v0.23.0Compare Source
Improvements
Add warning in CLI when using an ambiguous 2-part environment ref
#622
Add support for
fn::finalbuilt-in function that marks values as final and unable to be overwritten.#621
Bug Fixes
Breaking changes
pulumi/pulumi-aws (github.com/pulumi/pulumi-aws/sdk/v7)
v7.23.0Compare Source
What's Changed
Full Changelog: pulumi/pulumi-aws@v7.22.0...v7.23.0
v7.22.0Compare Source
What's Changed
Full Changelog: pulumi/pulumi-aws@v7.21.0...v7.22.0
pulumi/pulumi-kubernetes (github.com/pulumi/pulumi-kubernetes/sdk/v4)
v4.28.0Compare Source
pulumi/pulumi (github.com/pulumi/pulumi/sdk/v3)
v3.226.0Compare Source
3.226.0 (2026-03-11)
Features
[backend/service] Automatically repair snapshot integrity issues, while sending an error event to the backend for further diagnosis
#22179
[cli] Add a --otel-traces flag, that allows writing otel traces to a file, or directly to a grpc interface
#22129
[engine] Engine will use provider references from
__self__arguments to calls#22114
[sdk/bun] Support bun as a runtime
#22177
#22049
[sdk/bun] Add debugger support for the bun runtime
#22177
[sdk/bun] Add support for Bun as a plugin runtime
#22189
Bug Fixes
[engine] Fix ReplacementTrigger firing due to dependency changes
#22119
[engine] Correctly serialize output values to the snapshot rather than always recording them as computed even when known
#22120
[pcl] Support resource ranges in PCL
#22144
[cli/config] Include environments used when refreshing a stack's config
#22103
[cli/display] Fix
pulumi destroynot showing parent resource hierarchy#22148
[cli/package] Correctly parse package URLs with .git in them
#22174
[cli/plugin] Fix package get-schema for binary providers at relative paths
#22107
[sdk/python] Handle null detailedDiff in automation StepEventMetadata JSON parsing
#22140
[cli/state] Fix state move integrity errors when copied providers depend on resources left in source stack
#22141
Miscellaneous
[cli/about] Show bun information in
pulumi about#22121
[programgen/go] Target go 1.25 for generated go.mod files (instead of go 1.23)
#22070
[sdkgen/go] Target go 1.25 for generated go.mod files for SDKs (instead of go 1.20)
#22131
[sdk/python] Read Poetry and uv lockfiles to determine program dependencies
#22072
[sdk/python] Use importlib to find pulumi-plugin.json for installed packages
#22127
ryanrolds/sqlclosecheck (github.com/ryanrolds/sqlclosecheck)
v0.6.0Compare Source
What's Changed
New Contributors
Full Changelog: ryanrolds/sqlclosecheck@v0.5.1...v0.6.0
open-telemetry/opentelemetry-collector (go.opentelemetry.io/collector/featuregate)
v1.54.0🛑 Breaking changes 🛑
all: Change metric units to be singular to match OTel specification, e.g.{requests}->{request}(#14753)💡 Enhancements 💡
cmd/mdatagen: Add deprecated_type field to allow specifying an alias for component types. (#14718)cmd/mdatagen: Generate entity-scoped MetricsBuilder API that enforces entity-metric associations at compile time (#14659)cmd/mdatagen: Skip generating reaggregation config options for metrics that have no aggregatable attributes. (#14689)pkg/service: The internal status reporter no longer drops repeated Ok and RecoverableError statuses (#14282)Status events can now carry metadata and there's value in allowing them to be emitted despite the status value itself
not changing.
🧰 Bug fixes 🧰
cmd/builder: Add.exeto output binary names when building for Windows targets. (#12591)exporter/debug: Add printing of metric metadata in detailed verbosity. (#14667)exporter/otlp_grpc: Prevent nil pointer panic when push methods are called before the OTLP exporter initializes its gRPC clients. (#14663)When the sending queue and retry are disabled, calling ConsumeTraces,
ConsumeMetrics, ConsumeLogs, or ConsumeProfiles before the OTLP exporter
initializes its gRPC clients could cause a nil pointer dereference panic.
The push methods now return an error instead of panicking.
exporter/otlp_http: Show the actual destination URL in error messages when request URL is modified by middleware. (#14673)Unwraps the
*url.Errorreturned byhttp.Client.Do()to prevent misleading error logs when a middleware extension dynamically updates the endpoint.pdata/pprofile: Switch the dictionary of dictionary tables entries only once when merging profiles (#14709)For dictionary table data, we used to switch their dictionaries when doing
the switch for the data that uses them.
However, when an entry is associated with multiple other data (several
samples can use the same stack), we would have been switching the
dictionaries of the entry multiple times.
We now switch dictionaries for dictionary table data only once, before
switching the resource profiles.
open-telemetry/opentelemetry-proto-go (go.opentelemetry.io/proto/otlp)
v1.10.0: /v0.3.0Compare Source
Release of the
v1.10.0version of the OTLP.What's Changed
ab9386aby @renovate[bot] in #472f26f940by @renovate[bot] in #477findcommand error by @MrAlias in #47083f4791by @renovate[bot] in #47995abcf5by @renovate[bot] in #48079d6a2aby @renovate[bot] in #493ff82c1bby @renovate[bot] in #496ff82c1bby @renovate[bot] in #49797cd9d5by @renovate[bot] in #5070a764e5by @renovate[bot] in #50999fd39fby @renovate[bot] in #5173f89685by @renovate[bot] in #520b8f7ae3by @renovate[bot] in #5218e98ce8by @renovate[bot] in #524d11affdby @renovate[bot] in #5288636f87by @renovate[bot] in #529ce8ad4cby @renovate[bot] in #533546029dby @renovate[bot] in #5344cfbd41by @renovate[bot] in #540Full Changelog: open-telemetry/opentelemetry-proto-go@v1.9.0...v1.10.0
pulumi/pulumi-gitlab (pulumi/pulumi-gitlab)
v9.10.0Compare Source
What's Changed
New Contributors
Full Changelog: pulumi/pulumi-gitlab@v9.9.0...v9.10.0
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.